projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3474aca
)
windows build fix
author
Joey Hess
<joeyh@joeyh.name>
Sat, 25 Jan 2025 14:56:54 +0000
(10:56 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Sat, 25 Jan 2025 14:56:54 +0000
(10:56 -0400)
Logs/Transfer.hs
patch
|
blob
|
history
diff --git
a/Logs/Transfer.hs
b/Logs/Transfer.hs
index 6ddd9350b23d2ac1b78dc9b0c300363abdbb9ce1..387311b219ec78ca97cc0610b82459c4562a4012 100644
(file)
--- a/
Logs/Transfer.hs
+++ b/
Logs/Transfer.hs
@@
-309,7
+309,6
@@
readTransferInfo mpid s = TransferInfo
(secondliner, rest) = separate (== '\n') otherlines
firstline = dropWhileEnd (== '\r') firstliner
secondline = dropWhileEnd (== '\r') secondliner
- secondline =
mpid' = readish secondline
#else
(firstline, rest) = separate (== '\n') s